xenstore: Small cleanups and fixes.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 24 Jul 2007 17:28:48 +0000 (18:28 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 24 Jul 2007 17:28:48 +0000 (18:28 +0100)
commit698543a3139d11d724d2b7b0622a7ea42051a696
tree0aa2dbd1eb56627c5d7a060b8bb7701f3f378498
parente313dc3ed8a13242ce9a9c5cb658d482c44a192e
xenstore: Small cleanups and fixes.
 1. readfd/writefd account for EINTR/EAGAIN errno returns.
 2. Handle zero return from ->read() and ->write() handlers
    symmetrically.
 3. Fix some indentation issues (use hard tabs).
Signed-off-by: Keir Fraser <keir@xensource.com>
tools/xenstore/xenstored_core.c
tools/xenstore/xenstored_domain.c
tools/xenstore/xenstored_watch.c